Apache ActiveMQ ™ -- How do I prevent autoconf from enabling OpenSSL support
Index > Community > FAQ > Building FAQs > OpenSSL Support > How do I prevent autoconf from enabling OpenSSL support
In some cases you may not want to build in support for OpenSSL, since the Autotools script do this automatically we have provided a means to disable this, just add the disable-ssl options to your configure and no SSL support will be added:
./configure --disable-ssl